Skip to content

docs: Use serverpod start in provider docs#591

Merged
Zfinix merged 6 commits into
mainfrom
chore/use-serverpod-start-in-provider-docs
Jun 18, 2026
Merged

docs: Use serverpod start in provider docs#591
Zfinix merged 6 commits into
mainfrom
chore/use-serverpod-start-in-provider-docs

Conversation

@Zfinix

@Zfinix Zfinix commented Jun 10, 2026

Copy link
Copy Markdown
Contributor

Problem

The provider docs documented the pre-3.5 migration flow (serverpod generate + serverpod create-migration + dart run bin/main.dart --apply-migrations). On 4 the workflow is serverpod start, which generates the code and runs the server. Migrations are then created and applied from the TUI: press M to create one and A to apply it.

Solution

Switch the auth provider docs to the serverpod start + M/A flow, consistently across:

  • The general identity-providers setup section.
  • All provider setup pages: Google, Apple, GitHub, Firebase, Email, Anonymous, Facebook, Microsoft, Passkey.
  • The provider troubleshooting pages (setup steps, checklists, and Cause/Resolution blocks).

The explicit commands stay documented on the migrations reference and the --role maintenance / --apply-repair-migration callsites.

Part of #565

…rpod start' instead of 'dart run bin/main.dart --apply-migrations'
@Zfinix Zfinix self-assigned this Jun 10, 2026
Comment thread docs/06-concepts/11-authentication/04-providers/03-google/01-setup.md Outdated
@Zfinix Zfinix marked this pull request as draft June 10, 2026 11:25
@Zfinix Zfinix marked this pull request as ready for review June 11, 2026 08:39
@Zfinix Zfinix requested a review from developerjamiu June 11, 2026 09:19
@Swiftaxe

Copy link
Copy Markdown
Collaborator

It should say "Part of", not "Closes" in the PR description, right?

Comment thread docs/06-concepts/11-authentication/04-providers/06-firebase/05-troubleshooting.md Outdated
Comment thread docs/06-concepts/11-authentication/04-providers/03-google/04-troubleshooting.md Outdated
Comment thread docs/06-concepts/11-authentication/04-providers/04-apple/04-troubleshooting.md Outdated
Comment thread docs/06-concepts/10-modules.md Outdated
Comment thread docs/06-concepts/11-authentication/04-providers/06-firebase/05-troubleshooting.md Outdated
Zfinix and others added 2 commits June 17, 2026 12:58
…-troubleshooting.md

Co-authored-by: Jamiu Okanlawon <50176100+developerjamiu@users.noreply.github.com>
@Zfinix Zfinix requested a review from developerjamiu June 17, 2026 14:17

@developerjamiu developerjamiu left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Zfinix Zfinix merged commit 07c17cf into main Jun 18, 2026
4 checks passed
@Zfinix Zfinix deleted the chore/use-serverpod-start-in-provider-docs branch June 18, 2026 12:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants